home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 11 / AMUG BBS in a Box Volume XI (April 1994) (MacWizards).iso / Files / Hyper / M-Md / MacApp™ Info.sit / MacApp™ info / MacApp™ info / card_12445.txt < prev    next >
Encoding:
Text File  |  1988-01-30  |  1.6 KB  |  72 lines

  1. -- card: 12445 from stack: in
  2. -- bmap block id: 12615
  3. -- flags: 0000
  4. -- background id: 5359
  5. -- name: Object Pascal Libraries 5
  6. ----- HyperTalk script -----
  7. on arrowKey direction
  8.   if direction = "left" then
  9.     visual scroll right
  10.     go to prev card
  11.   else if direction = "right" then
  12.     visual dissolve slow
  13.     go to card "Main Menu 1"
  14.   else if direction = "up" then
  15.     visual dissolve slow
  16.     go to card "Main Menu 1"
  17.   end if
  18. end arrowKey
  19.  
  20.  
  21.  
  22. -- part 1 (button)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=457 top=303 right=326 bottom=482
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 1013 / 1013
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Next
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   visual scroll left
  37.   go to next card
  38. end mouseUp
  39.  
  40.  
  41.  
  42. -- part 2 (button)
  43. -- low flags: 00
  44. -- high flags: 0000
  45. -- rect: left=457 top=303 right=326 bottom=482
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 1013 / 1013
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: Next
  54. ----- HyperTalk script -----
  55. on mouseUp
  56.   visual dissolve slow
  57.   go to card "Main Menu 1"
  58. end mouseUp
  59.  
  60.  
  61.  
  62. -- part contents for background part 5
  63. ----- text -----
  64. Object Pascal, C++, and Assembly
  65.  
  66. -- part contents for background part 6
  67. ----- text -----
  68.  
  69. Though MacApp‚Ñ¢ is written in Object Pascal, your application's custom code may be written in any combination of Object Pascal or Assembly Language. 
  70.  
  71. Future releases of MacApp will support a C++ interface.
  72.